home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / include / mgrishade.h < prev    next >
C/C++ Source or Header  |  1992-05-14  |  267b  |  7 lines

  1. /* this could be much larger but that's the way the Iris works now 
  2.    this is from gl/gl.h and is used in mgglshade.c */
  3. #define MAXLIGHTS 8
  4.  
  5. extern void     mgri_lighting( struct mgastk *, int mask );
  6. extern void    mgri_lights( LtLight *light, struct mgastk *astk );
  7.